Personal tools

Lua/Shared/Transform2/Functions/Translate

From JC2-MP Documentation

< Lua‎ | Shared‎ | Transform2
Jump to: navigation, search

Returns    Transform2
Prototype    Transform2:Translate(Vector2)
Description    Translates the transform by the given vector.


Additional Notes

  • This operation does not yield a new transform object, the returned object and the subject are the same.

See Also